
.org_error{
    color: red;
}
.sample_error{
        color: red;
}
.condition_error{
        color: red;
}
.dt-buttons{
    float: right;
    margin-bottom: 20px;
    margin-top: 10px;
}
.dataTables_filter{
    float: left;
    margin-top: 10px;
}
.right{
    float: right;
}
.left{
    float: left;
}
.c3 svg g g.c3-axis.c3-axis-x {
    font: 15px sans-serif;
}

.c3-axis-y-label{
    font:15px sans-serif;
}
.container{  
    text-align: center;   
    padding-top: 100px;  
}  
.btn1{  
    font-size: 30px;  
    margin: 10px;
    /* padding: 40px 275px; */
  width: 30%;
  display: flex;
  justify-content: center;
    align-items: center;
    height: 200px;
    border:none;
    border-radius: 25px;
    background-image: linear-gradient(to right, rgb(83, 145, 231) , rgb(158, 206, 242));
}
/* #btn-cs{
    background-image: linear-gradient(to right, rgb(231, 83, 83) , rgb(242, 161, 158));
}
#btn-co{
    background-image: linear-gradient(to right, rgb(84, 203, 84) , rgb(158, 242, 161));
}
#btn-ge{
    background-image: linear-gradient(to right, rgb(88, 83, 231) , rgb(158, 169, 242));
} */
.center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 100px;
}